mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-22 13:16:19 -04:00
Enable initrd ATAG for xm250 board.
Patch by Josef Wagner, 05 Sep 2005
This commit is contained in:
parent
aa0c71acad
commit
2c33a38bac
@ -2,6 +2,9 @@
|
|||||||
Changes since U-Boot 1.1.4:
|
Changes since U-Boot 1.1.4:
|
||||||
======================================================================
|
======================================================================
|
||||||
|
|
||||||
|
* Enable initrd ATAG for xm250 board.
|
||||||
|
Patch by Josef Wagner, 05 Sep 2005
|
||||||
|
|
||||||
* Add readline cmdline-editing extension
|
* Add readline cmdline-editing extension
|
||||||
Patch by JinHua Luo, 01 Sep 2005
|
Patch by JinHua Luo, 01 Sep 2005
|
||||||
|
|
||||||
|
@ -121,7 +121,7 @@
|
|||||||
*/
|
*/
|
||||||
#define CONFIG_CMDLINE_TAG 1 /* send commandline to Kernel */
|
#define CONFIG_CMDLINE_TAG 1 /* send commandline to Kernel */
|
||||||
#define CONFIG_SETUP_MEMORY_TAGS 1 /* send memory definition to kernel */
|
#define CONFIG_SETUP_MEMORY_TAGS 1 /* send memory definition to kernel */
|
||||||
#undef CONFIG_INITRD_TAG /* do not send initrd params */
|
#define CONFIG_INITRD_TAG 1 /* do not send initrd params */
|
||||||
#undef CONFIG_VFD /* do not send framebuffer setup */
|
#undef CONFIG_VFD /* do not send framebuffer setup */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user