]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: fix compiler warning
authorAllen Martin <amartin@nvidia.com>
Tue, 22 Jan 2013 13:11:21 +0000 (13:11 +0000)
committerSimon Glass <sjg@chromium.org>
Fri, 1 Mar 2013 03:09:21 +0000 (19:09 -0800)
commit8ec21bbe5c45fc80ca74eb403ab5b00a9e1f699f
tree2b1c0b511471bc5c5aa87b989defa578794fb7dd
parenta1eac57a2001ecf86a46f520cd85ef8e9c8b3687
sandbox: fix compiler warning

Add back return statement to fix compiler warning about control flow
reaching end of non void function that was introduced with:

e05e5de arm: move C runtime setup code in crt0.S

Signed-off-by: Allen Martin <amartin@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/start.c