mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-22 15:11:33 +00:00
Fix compile problem in include/configs/ep82xxm.h
(must have never been tested before!)
This commit is contained in:
parent
f641471498
commit
f836e41460
2 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,9 @@
|
||||||
Changes since U-Boot 1.1.4:
|
Changes since U-Boot 1.1.4:
|
||||||
======================================================================
|
======================================================================
|
||||||
|
|
||||||
|
* Fix compile problem in include/configs/ep82xxm.h
|
||||||
|
(must have never been tested before!)
|
||||||
|
|
||||||
* MCC200: Fix uninitialized variable problem in LCD driver
|
* MCC200: Fix uninitialized variable problem in LCD driver
|
||||||
|
|
||||||
* Add board/cpu specific NAND chip select function to 440 NDFC
|
* Add board/cpu specific NAND chip select function to 440 NDFC
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
#define CONFIG_MPC8260
|
#define CONFIG_MPC8260
|
||||||
#define CPU_ID_STR "MPC8270"
|
#define CPU_ID_STR "MPC8270"
|
||||||
|
|
||||||
#define CONFIG_EP82XXM /* Embedded Planet EP82xxM H 1.0 board /*
|
#define CONFIG_EP82XXM /* Embedded Planet EP82xxM H 1.0 board */
|
||||||
/* 256MB SDRAM / 64MB FLASH */
|
/* 256MB SDRAM / 64MB FLASH */
|
||||||
|
|
||||||
#undef DEBUG
|
#undef DEBUG
|
||||||
|
|
Loading…
Add table
Reference in a new issue