X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=arch%2Farm%2Fmach-omap1%2Fboard-palmte.c;h=50c4e398bcc861ff5cbcfe783f1a98b07f36a539;hb=5725aeae5ff2e39f3815bbef788ee326c9afea2c;hp=459cb6bfed55aa36e3e2dd8a6cdccf53ee355fb7;hpb=882aba01052476cbe3cd7339a3e6784b2437f18d;p=deliverable%2Flinux.git diff --git a/arch/arm/mach-omap1/board-palmte.c b/arch/arm/mach-omap1/board-palmte.c index 459cb6bfed55..50c4e398bcc8 100644 --- a/arch/arm/mach-omap1/board-palmte.c +++ b/arch/arm/mach-omap1/board-palmte.c @@ -16,7 +16,7 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ - +#include #include #include #include @@ -33,7 +33,6 @@ #include #include -#include #include #include #include @@ -275,7 +274,7 @@ static void __init omap_palmte_map_io(void) } MACHINE_START(OMAP_PALMTE, "OMAP310 based Palm Tungsten E") - .boot_params = 0x10000100, + .atag_offset = 0x100, .map_io = omap_palmte_map_io, .reserve = omap_reserve, .init_irq = omap_palmte_init_irq,