ef744e6573
The uInitrd filename is appended with 'flavor' so, for example, with the rx-51 the generated file is named 'uInitrd-nokia-rx51'. This corrects the rx51's u-boot script to account for this change in filename.
14 lines
396 B
Batchfile
14 lines
396 B
Batchfile
setenv mmcnum 0
|
|
setenv mmcpart 1
|
|
setenv mmctype ext2
|
|
setenv setup_omap_atag 1
|
|
setenv bootargs init=/init.sh rw console=tty0 console=tty02 omapfb_vram=7M omapfb.mode=lcd:848x480-16 nokia-modem.pm=0
|
|
setenv mmckernfile /uImage
|
|
setenv mmcinitrdfile /uInitrd-nokia-rx51
|
|
setenv mmcscriptfile
|
|
echo Loading initramfs
|
|
run initrdload
|
|
echo Loading kernel
|
|
run kernload
|
|
echo Booting kernel
|
|
run kerninitrdboot
|