]> rtime.felk.cvut.cz Git - l4.git/blobdiff - kernel/fiasco/src/kern/arm/bsp/tegra2/bootstrap-arm-tegra2.cpp
update
[l4.git] / kernel / fiasco / src / kern / arm / bsp / tegra2 / bootstrap-arm-tegra2.cpp
index b681c7efbd2eb3a21917e7991d00b46c03090970..e0667e4a5da2a6761fcdc76e2525f72471d47a13 100644 (file)
@@ -1,16 +1,5 @@
 INTERFACE [arm && tegra2]:
 
-#include "mem_layout.h"
-
+namespace Bootstrap {
 enum { Cache_flush_area = 0, };
-
-//-----------------------------------------------------------------------------
-IMPLEMENTATION [arm && tegra2]:
-
-void
-map_hw(void *pd)
-{
-  map_dev<Mem_layout::Devices0_phys_base>(pd, 0);
-  map_dev<Mem_layout::Devices1_phys_base>(pd, 1);
-  map_dev<Mem_layout::Devices2_phys_base>(pd, 2);
 }