With this file we can build with "make uImage". Signed-off-by: Sven Rebhan <[email protected]> ---
arch/arm/mach-s3c2442/Makefile.boot | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) create mode 100644 arch/arm/mach-s3c2442/Makefile.boot 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 +
