From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fredrik Date: Mon, 13 Dec 2004 12:00:47 -0800 Subject: [U-Boot-Users] error: invalid option `cpu=4kc In-Reply-To: (Jattin Dudakia's message of "Mon, 13 Dec 2004 10:20:44 -0800") References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jattin, The "cpu" option is outdated in favor of the "-march" option. The tip sources have changed cpu/mips/config.mk to reflect that: -march=4kc -mtune=4kc -Wa,-mips_allow_branch_to_undefined \ -EB -mabicalls (The "-mtune" option seems redundant, but shouldn't hurt anything.) /Fredrik