diff options
Diffstat (limited to 'board')
| -rw-r--r-- | board/LEOX/elpt860/README.LEOX | 1 | ||||
| -rw-r--r-- | board/palmtreo680/README | 17 | ||||
| -rw-r--r-- | board/sandpoint/README | 2 | ||||
| -rw-r--r-- | board/siemens/rut/board.c | 4 | 
4 files changed, 0 insertions, 24 deletions
| diff --git a/board/LEOX/elpt860/README.LEOX b/board/LEOX/elpt860/README.LEOX index fe3c0f152..aa41ff8fd 100644 --- a/board/LEOX/elpt860/README.LEOX +++ b/board/LEOX/elpt860/README.LEOX @@ -46,7 +46,6 @@ U-Boot, at the address of 0x03000000.  ============================================================================= -  ##################################################  # Operation on the serial console (SMC1)  ############################## diff --git a/board/palmtreo680/README b/board/palmtreo680/README index 46828eb84..c8799c6ab 100644 --- a/board/palmtreo680/README +++ b/board/palmtreo680/README @@ -30,7 +30,6 @@ go wrong, but please tell me what happened exactly.  For that matter, I'd love  to hear from you if you succeed. -  Details on the SPL  ================== @@ -51,7 +50,6 @@ IPL has already loaded to its correct SDRAM address, and then loads the  remainder of u-boot and jumps to it. -  The docg4's "reliable mode"  =========================== @@ -79,7 +77,6 @@ module parameter), but not reading.  However, the u-boot docg4_spl driver does  read in reliable mode, in the same fashion as the IPL. -  Details on the IPL and its data format  ====================================== @@ -105,7 +102,6 @@ For the sake of simplicity and uniformity, the u-boot SPL mimics the operation  of the IPL, and expects the image to be stored in the same format. -  Instructions on Programming u-boot to flash  =========================================== @@ -117,7 +113,6 @@ remainder of this document describes in detail how to program u-boot to the  flash using Linux running on the Treo. -  Hardware Prerequisites  ====================== @@ -136,7 +131,6 @@ A Linux desktop PC.    to flash, you'll really want to use a Linux PC. -  Treo-side Software Prerequisites  ================================ @@ -152,7 +146,6 @@ Linux bootloader for PalmOS:    parameters passed to the kernel. -  Linux kernel:    The kernel on the Treo 680 is still a little rough around the edges, and the @@ -200,7 +193,6 @@ Linux kernel:    and /dev/mtd2 for these partitions, respectively.  Ensure that your root file    system at least has /dev/mtd1 if you are not running udev or mdev. -  Userspace Utilities:    In addition to everything necessary to provide a useful userspace environment @@ -221,19 +213,16 @@ Userspace Utilities:    from the mtd-utils package. -  Desktop PC-side Software Prerequisites  ======================================  Terminal emulator application:    minicom, kermit, etc. -  Linux kernel:    Compiled with CONFIG_USB_SERIAL enabled.  Build this as a module. -  Recommended (Not directly related to u-boot)  ============================================ @@ -275,7 +264,6 @@ configure the usb0 interface on the desktop.)  Use the nfs 'nolock' option when  mounting to avoid the need to run a portmapper like rpcbind. -  Preliminaries  ============= @@ -397,7 +385,6 @@ forget to copy the file to permanent storage, such as an mmc card.  If all of the above went well, you can now program u-boot. -  Programming u-boot  ================== @@ -438,7 +425,6 @@ four blocks in /dev/mtd1; i.e., at offsets 0x00000, 0x40000, 0x80000, 0xc0000.  Shutdown linux, remove and re-insert the battery, hold your breath... -  Enjoying u-boot  =============== @@ -478,7 +464,6 @@ support for reliable mode in u-boot's docg4 flash driver.  This should be  corrected soon. -  Customizing  =========== @@ -511,7 +496,6 @@ in flash did not seem worth the cost of a 256k flash block.  But adding this  should be straightforward. -  Restoring PalmOS  ================ @@ -568,7 +552,6 @@ modprobe docg4 ignore_badblocks=1 || exit 1  dd if=$1 bs=1 skip=$file_ofs count=540672 | nandwrite -o -n -s 0x80000 $2 - || exit 1  modprobe -r docg4 -  TODO  ==== diff --git a/board/sandpoint/README b/board/sandpoint/README index a2e0831f3..c9996a8c0 100644 --- a/board/sandpoint/README +++ b/board/sandpoint/README @@ -15,8 +15,6 @@ tkoeller@gmx.net.  Thomas Koeller - -  The port was tested on a Sandpoint 8240 X3 board, with U-Boot  installed in the flash memory of the CPU card. Please use the  following DIP switch settings: diff --git a/board/siemens/rut/board.c b/board/siemens/rut/board.c index f2b047681..5de8fc6cb 100644 --- a/board/siemens/rut/board.c +++ b/board/siemens/rut/board.c @@ -328,8 +328,6 @@ static int get_clk(struct dpll_regs *dpll_regs)  	return f;  }; - -  int clk_get(int clk)  {  	return get_clk(&dpll_lcd_regs); @@ -426,7 +424,5 @@ static int board_video_init(void)  	return 0;  } - -  #endif /* ifdef CONFIG_VIDEO */  #include "../common/board.c" |