With adding this file we can build uboot images by simply typing make ... uImage
Signed-off-by: Sven Rebhan <[email protected]> diff --git a/arch/arm/mach-s3c2442/Makefile.boot b/arch/arm/mach-s3c2442/Makefile.boot new file mode 100644 index 0000000..7dab2a0 --- /dev/null +++ b/arch/arm/mach-s3c2442/Makefile.boot @@ -0,0 +1,3 @@ + zreladdr-y := 0x30008000 +params_phys-y := 0x30000100 + -- 1.6.0.6
